Behaviors > The behavior API > displayHelp()

 

displayHelp()

Description

If this function is defined, a Help button appears below the OK and Cancel buttons in the Parameters dialog box. This function is called when the user clicks the Help button.

Arguments

None.

Returns

Nothing.

Example

The following instance of displayHelp() opens, in a browser window, a file with instructions for using the behavior:

function displayHelp(){
	dreamweaver.browseDocument('http://www.hotwired.com/¬
	webmonkey/javascript/code_library/wm_pos2_elmnt_dw/¬
	?tw=javascript');
}